@font-face {
    font-family: 'Lobster13Regular';
    src: url('fonts/Lobster_1.3-webfont.eot');
    src: url('fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}


body {
	background: #dabfa1;
	color: #fff;
	font-family: arial, sans-serif;
	font-size: 11px;
    	background: url('_imgs/wire2.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
	position: relative;
}


#bg {
    width: 100%;
    height: 100%;
    	background: url('_imgs/wire2.jpg');
	background-repeat: repeat;
	background-attachment: fixed;
}

h1 {
    font-family: 'Lobster13Regular';
    font-size: 4em;
    text-align: center;
    padding-bottom: 35px;
    color: #790f0f;
    /*background: blue;*/
}

p {
    	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	color: black;
	letter-spacing: 0px;
	font-size: 1.3em;
	line-height: 27px;
}

p a:link, p a:visited {
    color: #ba3224;
    text-decoration: none;
    font-weight: bold;
}

p a:hover {
    color: #e93d2d;
    text-decoration: none;
    font-weight: bold;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

#wrapper {
padding-top: 200px;
}

#footer {
	height: 53px;
	line-height: 50px;
	background: #291f1a;
	z-index:9000 !important;
}

.footer-bevel {
    border-top: 1px solid #291f1a;
    border-bottom: 1px solid #644b3f;
}

.footer-text {
	line-height: 50px;
	display: block;
	color: #fff;
	letter-spacing: 1px;
	font-size: 1em;
	text-transform: uppercase;
	color: #ebd9c0;
	font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}

.footer-text a:link, .footer-text a:visited {
    color: #b58362;
    text-decoration: none;
}

#footer-illustration {
	margin: 0px auto;
	height: 150px;
	width: 825px;
	background: url('http://amirsnyc.com/wp-content/uploads/2017/04/footer-illustration.png');
}

/* HEADER */

#header {
	height: 210px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	background: url('_imgs/wire2.jpg');
	background-repeat: repeat;
	position: fixed;
	top: 0;
	padding-top: 10px;
	z-index: 999;
}

#header-inner {
    width:100%;
    height: 110;
    position: fixed;
    top: 0;
    padding-top: 10px;
}

.fence {
    height:200px;
    width: 100%;
    background: url('_imgs/fence.png');
    background-repeat: repeat-x;
    
}

.box.logo {
	height: 210px;
	width: 825px;
	background: red;
	background: url('_imgs/top.png');
	z-index: 9000;
	position: relative;

}

.nav-outer {
    width: 825px;
    height: 200px;
    margin: 0px auto;
    position: relative;
    z-index: 9000 !important;
    background: url('http://amirsnyc.com/wp-content/uploads/2017/03/nav2.png');
    background-repeat: no-repeat;
    
}

.nav-home a:link{
    display: block;
    z-index: 9999;
    font-family: 'BebasNeueRegular';
    color: #ba3224;
    font-size: 1.7em;
    text-decoration: none;
    height: 88px;
    width: 75px;
    background: yellow;
    left: 250px;
    top: 8px;
    position: absolute;
    background: url('http://amirsnyc.com/wp-content/uploads/2017/04/chicken-home.png');
    background-repeat: no-repeat;
}

.navigation a:link, .navigation a:visited {
    font-family: 'BebasNeueRegular';
    color: #ba3224;
    font-size: 1.7em;
    text-decoration: none;
    height: 20px;
    line-height: 20px;
  } 

.nav-contact a:link {
    position: absolute;
    right: 137px;
    top: 103px;
    z-index: 9999;
    
}

.nav-faq a:link, a:visited {
    position: absolute;
    left: 200px;
    top: 143px;
    z-index: 9999;
}

.nav-about a:link{
    position: absolute;
    right: 220px;
    top: 79px;
    z-index: 9999;
}

.nav-specials a:link{
    position: absolute;
    left: 158px;
    top: 75px;
    z-index: 9999;
}

.nav-menu a:link{
    position: absolute;
    left: 177px;
    top: 22px;
    z-index: 9999;
}

.nav-orderonline a:link{
    position: absolute;
    right: 182px;
    top: 24px;
    z-index: 9999;
    color: #ffffff !important;
    font-size: 1.6em;
}

.nav-orderonline a:visited{
    z-index: 9999;
    color: #ffffff !important;
}




.background-fade {
    background: url('_imgs/bottom.png');
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    height: 625px;
    width: 100%;
    margin-bottom: 53px;
    top: 210px;
    z-index: -100;
    
}

.bottom-left-corner {
    height: 240px;
    width: 240px;
    position: fixed;
    bottom: 0;
    left:0;
    background-image: url('_imgs/b-l.png');
    z-index: -101;
}

.bottom-right-corner {
    height: 240px;
    width: 240px;
    position: fixed;
    bottom: 0;
    right:0;
    z-index: -101;
    background-image: url('_imgs/b-r.png');
}

.top-left-corner {
    height: 240px;
    width: 240px;
    position: fixed;
    top: 0;
    left:0;
    z-index: 0;
    background-image: url('_imgs/t-l.png');
}

.top-right-corner {
    height: 240px;
    width: 240px;
    position: fixed;
    top: 0;
    right:0;
    z-index: 0;
    background-image: url('_imgs/t-r.png');

}

#container {
	width: 100%;
	margin: 0px auto;
	z-index: 5000;
}

.spacer {
    height: 200px;
    width: 825px;
    margin: 0px auto;
}

.bottomspacer {

    width: 825px;
    margin: 0px auto 20px;
}

.box {
	width: 825px;
	margin: 0px auto;
	z-index: 9999;
}





/* HOME */

.boxcontent {
	width: 825px;
	margin: 10px auto;
	z-index: 9000;
	padding-top: 280px;
	margin-top: -280px;
	
}

.column {
    width: 255px;
    height: 450px;
}

.middle {
    margin: 0px 30px;
}

.frame {
    background-image: url('_imgs/frame.png');
    background-repeat: no-repeat;
}

.diamonds {
	height: 9px;
	background-image: url('_imgs/diamonds.png');
	width: 100%;
	background-repeat: x-repeat;
	margin: 0px 0px 3px 0px;
	clear: both;
	
}

.sub-headline {
	text-align: center;
	color: #ba3224;
	font-family: 'Lobster13Regular';
	letter-spacing: 2px;
	padding: 6px 0px 3px 0px;
}

.bebas {
	font-family: 'BebasNeueRegular';
	text-align: center;
	color: #790f0f;
	padding: 2px 0px;
}

.openlate {
    background-image: url('_imgs/openlate.png');
    height: 75px;
    width: 254px;
    margin-left: 1px;
    background-repeat: no-repeat;
    padding:4px 0px;
}

.home-menu-inner {
    margin: 15px;
    
}

.home-menu-details {
    padding: 2px 0px;
    font-size: 1.3em;
    text-align: center;
    color: #000000;
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
}

.lunch-number {
    padding-top: 8px;
    font-weight: bold;
    color: #790f0f;
    text-align: center;
    font-size: 1.4em;
        font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;

}

.lunch-details {
    color: black;
    text-align: center;
    font-size: 1.3em;
        font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;

}



.doubleline {
	border-bottom: 1px solid #ba3224;
	border-top: 3px solid #ba3224;
	height: 2px;
	width: 825px;
	margin: 0px auto;
	z-index: 90000 !important;
}

.doubleline2 {
	border-bottom: 1px solid #ba3224;
	border-top: 3px solid #ba3224;
	height: 2px;
	width: 825px;
	margin: 40px auto;
	/*background: grey;*/
}

/** ABOUT **/

.about-content {
    position: relative;
}

#about-icons {
    float: right;
    position:relative;
    height: 350px;
    width: 400px;
    bottom: 0px;
    right: 0px;
}

.icon-1 {
    height: 145px;
    width: 145px;
    position: absolute;
    top: 10px;
    left: 30px;
}

.icon-2 {
    height: 113px;
    width: 108px;
    position: absolute;
    top: 60px;
    right: 30px;
}

.icon-3 {
    height: 111px;
    width: 235px;
    position: absolute;
    bottom: 20px;
    left: 60px;
}


.column-half {
    width: 400px;

    
}

.about-list {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.about-list li {
    font-family: MyriadPro-Regular, 'Myriad Pro Regular', MyriadPro, 'Myriad Pro', Helvetica, Arial, sans-serif;
	color: black;
	letter-spacing: 0px;
	font-size: 1.3em;
	line-height: 27px;
	font-weight: bold;
}

.about-list li span {
    color: #ba3224;
    font-size: 1.6em;
    line-height: 36px;
    height: 20px;
    width: 13px;
    display: block;
    float: left;
    font-weight: normal !important;
}

/* MENUS */

#menus {
    background: grey;
}

.menu-img {
    width: 394px;
    height: 306px;
    overflow: hidden;
    border: 3px solid #790f0f;
    -webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.5);
-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.5);
box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.5);
}

.button a:link, .button a:visited{
    text-align: center;
    color: #ba3224;
    font-family: 'Lobster13Regular';
    letter-spacing: 2px;
    font-size: 2em;
    text-decoration: none;
    margin: 15px 0px;
    display: block;
    height: 50px;
    line-height: 50px;
    clear: both;
}

.thumb {
    width: 100%;
    height: auto;
    display: block;
}



/** FAQ **/

#faq ul{
    margin: 0px 0px 10px 0px;
    float: left;
    width: 100%;
    list-style-type: none;
}

#faq li {
    width: 100%;
    float: left;
    list-style-type: none;
}



/** CONTACT **/

.contact-column {
    width: 350px;

}

.contact-section {
    width: 350px;
    margin-bottom: 3px;
    float: left;
}

.map {
    width: 392px;
    height: 326px;
    float: right;
    border: 3px solid #ba3224;
}

.map-outer {
    border: 1px solid #ba3224;
    padding: 2px;
    float: right;
}

.icon {
    float: left;
    min-height: 60px;
    width: 60px;

    margin-right: 30px;
}

.bebas-c {
	font-family: 'BebasNeueRegular';
	text-align: left;
	color: #790f0f;
	float: left;
}

.bebas-c a:link, .bebas-c a:visited {
	color: #790f0f;
	text-decoration: none;
}

.bebas-c a:hover {
	color: #ba3224;
	text-decoration: none;
}

.lobster-c {
    	color: #ba3224;
	font-family: 'Lobster13Regular';
	letter-spacing: 2px;
	padding: 25px 0px 3px 0px;
}


.contact-content {

    float: left;
    width: 250px;
}


.box.chicken {
	height: 60px;
	width: 60px;
	margin-top: 10px;
	margin-bottom: 10px;
}



.headline {
	text-align: center;
	font-size: 4.2em;
	color: #790f0f;
	padding: 10px 0px;
	display: block;
	font-family: 'Lobster13Regular';
	letter-spacing: 3px;
}

.sub-headline a:link, .sub-headline a:visited {
	color: #790f0f;
	text-decoration: none;
}

.sub-headline a:hover {
	color: #a64521;
}

.address {
	text-align: center;
	font-size: 2.1em;
	color: #790f0f;
	padding: 10px 0px;
	display: block;
	color: #790f0f;
	font-family: 'BebasNeueRegular';
	letter-spacing: 1px;
}

.address a:link, .address a:visited {
	color: #ba3224;
	text-decoration: none;
}

.address a:hover {
	color: #a64521;
}

.phone {
	padding: 0px 0px 10px 0px;
	text-align: center;
	margin: 0px auto;
	font-family: 'BebasNeueRegular';
	letter-spacing: 1px;
	
}

.phone a:link, .phone a:visited {
	font-size: 2.9em;
	color: #ba3224;
	width: 200px;
	text-decoration: none;
}

.phone a:hover {
	color: #a64521;
}

.info {
	padding: 10px 0px;
	text-align: center;
	font-size: 1.8em;
	color: #790f0f;
	font-family: 'BebasNeueRegular';
	letter-spacing: 1px;
}





.push {
	height: 50px;
	clear: both;
}

img { border: none; }

/* ROTATE */

.rotate{
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;

    }   
 
.rotate:hover   
{ 
    -webkit-transform:rotate(-360deg);
    -moz-transform:rotate(-360deg); 
    -o-transform:rotate(-360deg);
} 





#supersized-loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	text-indent: -999em;
	background-color: #111;
	background: rgba(0,0,0,0.8) url(../_img/progress.gif) no-repeat center center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#supersized {
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: -999;
	height: 100%;
	width: 100%;
}

#supersized img {
	height: auto;
	width: auto;
	position: relative;
	outline: none;
	border: none;
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}

/* Zuppler Online Ordering */
#ordering.boxcontent #zuppler-menu .column {
	width: auto;
	height: auto; }


#zuppler-menu .zuppler-menu > .title {
    font-family: 'BebasNeueRegular';
    font-size: 3em;
    background: white;
    color: #ba3224;
    margin-bottom: 10px;
    
}

#zuppler-menu .item .price {
    color: #ba3224;
    
}

#zuppler-menu .category > .title {
    font-family: 'BebasNeueRegular';
    font-size: 2.3em;
}


#item-detail .popup>.title {
    color: #ffffff;   
}

.drop-down li a {
    background: #790f0f;
    color: white;
}

.drop-down ul {
    background: #790f0f;
}

.birdview>li>ul>li>a:hover {
    background: #8b1111;
    
}

.drop-down ul a:hover {
    background: #8f0f0f;
    color: #ffffff;
}

#item-detail {
    border: 1px solid #560a0a;
}

#item-detail .toolbar {
    background: #560a0a;
}

#item-detail .description {
    background: #790f0f;
}

#item-detail .popup.customizations-1 .customizations {
    background: #971212;
}

#item-detail .popup.customizations-2 .nav {
    background: #971212;
}

#item-detail .popup {
    background: #971212;
}

#item-detail .customizations {
    background: #971212;
}

#item-detail .customizations .nav li.active {
    background: #810909;
}

#item-detail .customizations .rightcolumn {
    background: #810909;
}



#item-detail .customization .info {
color: white;
font-size: 1em;
}

#item-detail .popup.customizations-1 {
    background: #810909;
}

#item-detail p {
    color: white;
}

#item-detail .ingredient {
border-top: none;
border-bottom: 1px solid #871010;

}

#item-detail .popup>.title {
    background: #560a0a;
}

#item-detail .popup>.price {
    color: #ffffff;
}

#item-detail label {
    color: white;
}

ul.signin-menu li a, #zuppler-account ul.drop-down li a {
background-color: #B51E00;
color: #fff;
}

#zuppler-account ul.drop-down li a:hover {
    background-color: #781300;
color: #fff;
}

.birdview>li>ul>li>a {
    background: #560a0a;
    color: white;
}

.birdview>li>ul>li>a:hover {
    background: #560a0a;
    color: white;
}

#zuppler-cart {
    color: white;
}

#zuppler-cart .heading {
background: #8f0f0f;
color: #fff;
}

#zuppler-cart #summary>.content {
    background: #560a0a;
}

#zuppler-cart .cart_totals {
    background: #560a0a;
}

#zuppler-cart #summary {
    background: #560a0a;
}

#zuppler-cart #checkout {
    background: #560a0a;
}

#zuppler-cart .discount .info {
    background: #390505;
}

#zuppler-cart .discount .title {
    background: #390505;
    color: white;
}

#zuppler-cart .discount:hover {
    background: #841010;
}

#zuppler-cart #order-options-content .info {
    background: #390505;
}

#zuppler-cart .s1 .heading .title {
     font-family: 'BebasNeueRegular';
     font-size: 1.9em;
}

#zuppler-cart .s2 .heading .title {
    font-family: 'BebasNeueRegular';
     font-size: 1.9em;
}

#zuppler-cart .s3 .heading .title {
    font-family: 'BebasNeueRegular';
     font-size: 1.9em;
}

#zuppler-cart .s4 .heading .title {
    font-family: 'BebasNeueRegular';
     font-size: 1.9em;
}

#zuppler-cart .s5 .heading .title {
    font-family: 'BebasNeueRegular';
     font-size: 1.9em;
}

#collaboration_control .collab_heading {
    background: #560a0a;
}

#zuppler-account #zuppler-account-contents.signin {
    background: #560a0a;
}

#collaboration_control, #zuppler-cart .section {
background: #560a0a;
}

#zuppler-cart .error {
    color: white;
}